home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / mac / Mac_Files / Vendor Demos / AZTE programs / README < prev    next >
Text File  |  1993-06-11  |  710b  |  24 lines

  1.  
  2. There are two things that must be done before compiling.
  3.  
  4. 1. You must select a Makefile.  If you run AIX, then do:
  5.     cp Makefile.aix Makefile
  6.    otherwise, choose the other one:
  7.     cp Makefile.bsd Makefile
  8.  
  9. 2. You must edit define.h to select your machine type.  By default, this
  10. is BSD43 and will work with most machines.  If your machine type is listed,
  11. then replace the #define for BSD43 with yours, as it is shown in the list.
  12. Example:
  13.     #define SUN4 1
  14.  
  15. Then type 'make'.  If all goes well, you should be able to call up the
  16. AZTE with this client.
  17.  
  18. The program 'hi' takes two optional arguments, sitename and portnumber.
  19.  
  20. Example:
  21.  
  22. hi ziggy.econ.arizona.edu 15478
  23. (This host and portnumber are the defaults.)
  24.